home *** CD-ROM | disk | FTP | other *** search
/ Logiciels PC Special 3 / Logiciel PC - Hors-Serie 3.iso / Logs / arcade / system16 / s16ae082 / SHINOBI.GCS < prev    next >
Text File  |  1998-07-18  |  2KB  |  77 lines

  1. **************************************************
  2. * SEGA 1987 | SHINOBI                            *
  3. **************************************************
  4.  
  5. .game Shinobi
  6. .shortname shinobi
  7. .gamenumber 1
  8.  
  9. .rompath roms\shinobi\
  10. .zip shinobi.zip
  11.  
  12. .romsize 4
  13. .romload shinobi.a4 shinobi.a1
  14. .romload shinobi.a5 shinobi.a2
  15.  
  16. .scrsize 32
  17. .scrload shinobi.b9 shinobi.b10 shinobi.b11
  18.  
  19. .objsize 512
  20. .objload shinobi.b1 shinobi.b5
  21. .objload shinobi.b2 shinobi.b6
  22. .objload shinobi.b3 shinobi.b7
  23. .objload shinobi.b4 shinobi.b8
  24. .objoffs 00 00 00 00 00 00 00 0x06 00 00 00 0x04 00 0x02 00 00
  25.  
  26. .defram 0x40 64
  27. .defram 0x41 64
  28. .defram 0x44 64
  29. .defram 0x84 64
  30. .defram 0xC4 64
  31. .defram 0xFE 64
  32. .defram 0xFF 64
  33.  
  34. .define txt 0x41
  35. .define vid 0x40
  36. .define io 0xC4
  37. .define spr 0x44
  38. .define pal 0x84
  39. .define soundbank 0xFE
  40.  
  41. .define iopl1 0x1003
  42. .define iopl2 0x1007
  43. .define iogen 0x1001
  44. .define iods1 0x2003
  45. .define iods2 0x2001
  46.  
  47. .define reghsfg 0x410E98
  48. .define reghsbg 0x410E9A
  49. .define regvsfg 0x410E91
  50. .define regvsbg 0x410E93
  51. .define regpsfg 0x410E81
  52. .define regpsbg 0x410E83
  53. .define regscract 0xF018
  54.  
  55. .define dactype 1
  56.  
  57. .sound 3 (0=nosound)
  58. .samplespath samples\shinobi\shin_
  59. .voicerange 0x41 0x4f
  60. .sfxrange 0xa0 0xba
  61. .bgmrange 0x90 0x9a
  62. .z80load shinobi.a7
  63. *.z80patch 0x10f 0xc7
  64. .ym2151
  65.  
  66. .dipswitch 0x01 0 GAME_TYPE COCKTAIL_TABLE UPRIGHT _ _ _ _ _ _
  67. .dipswitch 0x02 1 ADVERTISE_SOUND OFF ON _ _ _ _ _ _
  68. .dipswitch 0x0C 2 NUMBER_OF_LIVES 3 2 5 FREE _ _ _ _
  69. .dipswitch 0x30 4 DIFFICULTY NORMAL EASY HARD HARDEST _ _ _ _
  70. .dipswitch 0x40 6 BULLET'S_SPEED SLOW FAST _ _ _ _ _ _
  71. .dipswitch 0x80 7 LANGUAGE JAPANESE ENGLISH _ _ _ _ _ _
  72.  
  73. .labeljoy NINJA ATTACK JUMP _ DOWN UP RIGHT LEFT
  74. .labelgen COIN_1 COIN_2 TEST SERVICE 1P_START 2P_START _ _
  75.  
  76. .end
  77.